Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NAutomaticValue<TValue> Structure
Members


In This Topic
    NAutomaticValue<TValue> Structure
    In This Topic
    Represents a value with information whether it is automatic.
    Object Model
    NAutomaticValue<TValue> Structure
    Syntax
    'Declaration
     
    
    Public Structure NAutomaticValue(Of TValue) 
       Inherits System.ValueType
       Implements Nevron.Nov.Serialization.INDomCustomSerializable 
    'Usage
     
    
    Dim instance As NAutomaticValue(Of TValue)
    public struct NAutomaticValue<TValue> : System.ValueType, Nevron.Nov.Serialization.INDomCustomSerializable  
    Type Parameters
    TValue
    Inheritance Hierarchy

    System.Object
       System.ValueType
          Nevron.Nov.Dom.NAutomaticValue<TValue>

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also